Skip to content

Fix potential SIOF issue with checker layers#362

Merged
nrspruit merged 1 commit into
oneapi-src:masterfrom
pbalcer:fix-soif
Jul 23, 2025
Merged

Fix potential SIOF issue with checker layers#362
nrspruit merged 1 commit into
oneapi-src:masterfrom
pbalcer:fix-soif

Conversation

@pbalcer

@pbalcer pbalcer commented Jul 22, 2025

Copy link
Copy Markdown
Contributor

Since the order of global initialization is undefined, the context variable, accessed directly from the events and leak checkers, might be unitialized.

This patch fixes this by using the getInstance() accessor method that makes sure that the validation layer context is initialized before use.

Since the order of global initialization is undefined, the context
variable, accessed directly from the events and leak checkers, might
be unitialized.

This patch fixes this by using the getInstance() accessor method that
makes sure that the validation layer context is initialized before use.
@nrspruit nrspruit merged commit d621620 into oneapi-src:master Jul 23, 2025
50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants